Install ETSF-IO libray on Cray XC40 supercomputer
Requirements:
ETSF IO library requires hdf5 and netcdf libraries. You can load them using the module load
commands.
module load cray-parallel-netcdf
module load cray-netcdf-hdf5parallel
The path of the installed modules can be viewed using module show cray-parallel-netcdf
command.
- Configure:
./configure FC=ftn --prefix=installation-path \
--with-netcdf-libs="-L/opt/cray/parallel-netcdf/1.7.0/cray/8.3/lib -lnetcdff -lnetcdf" \
--with-netcdf-incs="-I/opt/cray/parallel-netcdf/1.7.0/cray/8.3/include" \
LDFLAGS="-L/opt/cray/parallel-netcdf/1.7.0/cray/8.3/lib" \
LIBS="-lnetcdff -lnetcdf"
- compile
make
- Install
make install
Search content by categories